Hi Fabiano,
We can help you out. You can try looking at our themer’s guide here to go into the templates to hide the date search:
https://theeventscalendar.com/knowledgebase/themers-guide/
Or try this css to do it:
#tribe-events-bar .tribe-bar-filters {
display: none;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
That should get you close and you can play around with it from there to get it how you would like.
Also, this is a rather old ticket so I am going to go ahead and close this ticket as we can better help you when you create your own ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!