Hi becskr,
This action needs to work
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
But it looks like you are using another plugin which is adding RF Recommendation Section and that plugin might have changed the hook.
Try to disable that plugin and check if the remove_action
hook will work or not.