How to remove bottom bar from all topics

How do I remove the bar that is down there :backhand_index_pointing_down:

Or :up_arrow:

Hide it with CSS:

.topic-map {
    display:none;
}