It depends on what you’re trying to get. ACF stores the attachment ID for an image field. If you need to switch from get_field() to get_post_meta() then you’ll need to do any formatting that ACF was doing on your own using functions like https://developer.wordpress.org/reference/hooks/wp_get_attachment_image_src/