You can remove the advanced search only from homepage with a custom css class.
Below example is to remove search type 5 only from home, but this can be adapted to all search types
Search type 2 (web and mobile)
.home #search_wrapper {
display: none;
}
.home #adv-search-header-mobile {
display: none;
}
Add the css in theme options – design – custom colors – custom css or in child theme style.css
How to add custom css – https://helpv4.wpestatetheme.org/article/how-to-add-custom-css/