Hi,
Thanks for using our our plugin.
I can help out here.
Our plugin setups the main views of month, list, map, etc as archives so your theme is picking up on that.
I can provide css to hide the title or you can modify your theme title to show one you like using these conditionals:
https://gist.github.com/jo-snips/2415009
I am not sure where that is at in your theme though.
As for the css.
.post-type-archive-tribe_events .page-title {
display:none;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks