How to remove search bar in listings view page

Hi,

Please use this CSS snippet:

.hp-template--listings-view-page .hp-form--listing-search{display:none;}

​I hope this is helpful to you.