Nevermind, I was able to find the answer browsing the forum.
Here it is for anyone interested.
Just add this code to the additional css menu in appearance editor.
/* Remove 2nd search bar */
.gd-search-input-wrapper.gd-search-field-near {
display: none!important;
}