Add the following CSS to your child theme's CSS or through a plugin like Reaktiv CSS Builder or My Custom CSS:
/* Hide archives header and title, comment icon on Event Espresso event list page */
.post-type-archive-espresso_events header.archive-header, .post-type-archive-espresso_events .comments-link {display:none;}
/* Hide navigation links on Event Espresso event list page */
.post-type-archive-espresso_events .nav-links {display:none;}
/* Hide navigation links on Event Espresso single event pages */
.single-espresso_events .nav-links {display:none;}
References:
http://eventespresso.com/wiki/hide-certain-elements-event-espresso-pages-using-css/
https://gist.github.com/lorenzocaum/e807be7a6d69d4cbc951