Been asked this question a few times. If you're running Kingdom and looking to hide the header search bar you just need a little CSS code..
Copy and paste this CSS code in to the additional code section of your customize area found in Appearance.
.kd_search form {
display: none;
}