How do I get rid of the comment bar?

I’m not sure if that’s what it’s called, but it appears between my page title and my social media button bar.

Most likely you are referring to meta-bar where author info, date and other information is placed.

This can be hidden by adding this code to Theme Options - Other - Custom CSS

.single .entry-meta-bar {
    display: none;
}