How Can We Help?
WordPress – How to remove ‘search’ box from twenty eleven menu bar
To hide the search form from the header area in the Twenty Eleven theme, add this to your Appearance > Customize > CSS panel:
#branding #searchform {
display: none;
}