Thanks for reaching out!
We cannot give instructions on how to remove it because it depends on how it was added on the page/post. Also, the form is not inserted with our plugin.
Maybe you can temporarily hide it with the folowing CSS rule
form.searchform {
display: none;
}
until you find the source code.