Hey Aldo,
Thanks for reaching out!
You have two main options here.
First, you can head to Events → Settings → Display in your wp-admin and check this option (click for a larger-sized image):

☝️ If this option is checked the “Classic header” will be used, which is basically just the “view as” selector but the search and date filters will be removed.
If you want to remove everything, so there is no search bar, date filter, “View As” selector, etc., then you would need to add CSS like the following to the bottom of your site’s style.css file:
div#tribe-events-bar {
display: none !important;
}
Cheers! 😀
George