Hi atifbutt
Actually, we don't have any filter in place to be able to remove the link from there. But if what you want is to disable the link, you can do so by adding a little CSS to that page.
For example:
#atum_order_line_items .atum-order-item-name {
pointer-events: none;
}
The file you asked for is placed here: /wp-content/plugins/atum-stock-manager-for-woocommerce/views/meta-boxes/atum-order/item.php
Best Regards,
Salva.