How to exclude terms from the search form?


There is no such functionality in shortcode, but in the widget: 
To resolve your task you are need modify code of the plugin:
index.php -> function draw_term_childs_select -> 
before

add next code

Where array(57,63,89,99) is term_ids which you want to exclude