Once the user is done submitting their post, they are directed to a confirmation page with two buttons. In order to remove them, add the snippet below to your site.
.es-buttons a.ts-btn-2 {
display: none;
}
.es-buttons a.ts-btn-1 {
display: none;
}