Can I remove the word 'contact' from the top of this contact page? (Brooklyn)

Go to theme.scss.css and add this code at the very bottom.

.section-header.text-center {
  display: none;
}

There is no theme.scss.css there, nearest i can see is theme.scss.liquid

Thank you - I added it and it worked in the .liquid version.

Excellent, I am glad the issue is solved!