Way to hide list under shortcuts in a module
To hide the shortcuts for each module you have to open menu.php file individually for each module which you can find under /modules/menu.php. And then just comment the line which you want to hide it, for example right now I am hiding Create Account so I have commented the following line under menu.php
global $mod_strings, $app_strings;
// [...]
