Use this code to hide the Notes section when viewing on the backend, using the media print or PDF generate:


.cm-hipaa-submitted-form-webview-notes,
.pdf-form-notes{
display: none;
}