How to remove ''Recent Pages'' Section from left sidebar?

How can I remove the ‘‘Recent Pages’’ section from left sidebar?

In your custom.css file add this

.recent {
    display: none;
  }