If you add this into the Raw Header HTML in your theme options that will hide it for the contact form!
<style>
.contactEmail .form-required-header {
  display: none;
}
</style>