If the search field is originated from a Widget then you can easily remove that widget from your page. If the search is hard coded then instead of modifying its HTML or PHP, try making changes in its CSS. For this you may use any debugging tool and give the CSS property to display: none;
. You just have to find out its origin.