To remove link in Summary Block, you can follow these.
#1. First, find Summary Block ID.
In my example, it is: #block-yui_3_17_2_1_1738493272859_4748
#2. Next, use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
#block-yui_3_17_2_1_1738493272859_4748 a.summary-thumbnail-container {
pointer-events: none;
}