This header layout requires to have some icons on the right side of the menu (shopping cart widget for example). If you will not use it, then you need to disable search icon also. Or add this code to the Custom CSS in Theme Settings
.right-column {
display:none!important;
}
Regards