castledesign,
Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. You should be able to target the specific item you want to hide with CSS by looking at the class on the <body> tag and adding something like this to your CSS:
.events-gridview .article-header {display:none;}
You’ll need to do something similar to hide the heading for your other Calendar views as well, but try doing something like that and see if that helps you to hide heading on your events ‘month view’ page. Thanks! 🙂
-Casey-