Found it in /gl/plugins/statipages/functions.inc, around 517. Commented out the following codes. Can't see the need of it at the cost of layout look.
Text Formatted Code
/* Sam commented out to remove edit link under centerblock
if ((SEC_hasAccess ($spresult['owner_id'], $spresult['group_id'], $spresult['perm_owner'],
$spresult['perm_group'], $spresult['perm_members'], $spresult['perm_anon']) == 3) &&
SEC_hasRights ('staticpages.edit')) {
$retval .= '<p align="center"><a href="' . $_CONF['site_admin_url']
. '/plugins/staticpages/index.php?mode=edit&sp_id='
. $spresult['sp_id'] . '">';
$retval .= $LANG_STATIC['edit'] . '</a></p>';
}
*/