03.12.2020, 08:24
You can only hide it via Custom JS, replace 156 with plan ID of the plan that is right after the second level folder (see the screenshot below).
Code:
$(function() {
$('#menu-plan-156').prev().hide();
});