$(document).ready(function() {
  // Remove 3rd level bullets from pages list
  $('.widget_pages>ul>li>ul>li>ul').remove();
});