If you want to remove a WordPress action that was added in the parent theme like this:
function fusion_insert_og_meta() { ...}add_action( 'wp_head', 'fusion_insert_og_meta', 5 );