I think the searchbox comes as a part of the sidebar with the other stuff (sitemap etc) below that.
Add this to your (child) theme’s function.php:
remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10);
That should make the whole sidebar disappear.
You may also try instead to move some widget into your ‘blog’ sidebar. That helped me pretty much.