Hide Popular location on homepage,
Paste this code on Custom CSS section:
.popularLocationPopup {
color: rgba(0, 0, 0, 0.87);
transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
background-color: #fff;
display: none;
}
This might work i believe!