To hide the Submit button, please use this CSS:
.cvp-live-submit {
display: none !important;
}
To hide the Reset button, please use this CSS:
.cvp-live-reset {
display: none !important;
}
You can add above code to Custom CSS field (the left textarea) in Content Views >> Settings page.
Best regards,