I recently had this same problem but found a solution. If you want to remove it completely just paste the following code in your css editor:
.content-area {
padding-top: 0px;
}
.content-sidebar {
padding-top: 0px;
}
@media screen and (min-width: 846px) {
.content-area,
.content-sidebar {
padding-top: 0px;
}
}
Hope this helps!