Gutenbergを使わずクラシックエディタを使っている場合は、不要なのでfunctions.php
に以下のコードで削除可能です。
function dequeue_style() {
wp_dequeue_style('wp-block-library');
}
add_action( 'wp_enqueue_scripts', 'dequeue_style', 9999);
クラシックエディタメインで、オリジナルテーマの場合、サイトが崩れる場合もあるので、
不要の場合は、削除がいいかも