There are couple of way to do.
If you are using snow theme than easiest way to do is....
Find function function nav_user_search() in that
remove or comment qa_html_theme_base::nav_user_search();
instead of that add $this->nav('user');
and you done. Your serachbar should gone now.